Merged
Conversation
130d552 to
222b631
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #210 +/- ##
==========================================
+ Coverage 59.34% 62.43% +3.09%
==========================================
Files 76 76
Lines 3495 3322 -173
Branches 2189 2048 -141
==========================================
Hits 2074 2074
+ Misses 1124 436 -688
- Partials 297 812 +515 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
222b631 to
66cd6cb
Compare
GlassOfWhiskey
requested changes
Mar 4, 2026
Collaborator
GlassOfWhiskey
left a comment
There was a problem hiding this comment.
Why READ and STAT have the same number?
66cd6cb to
1ef0b01
Compare
GlassOfWhiskey
requested changes
Mar 5, 2026
Co-authored-by: Iacopo Colonnelli <iacopo.c92@gmail.com>
5dfe173 to
6ee9dc1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request drops dead code present in the CAPIO server component related to a legacy optimization. In particular it drops the logic used to handle batch requests between server instances, which were used previously as streaming was not as stable as it is now.
This drop of dead code is possible, as it was now impossible to trigger the necessary conditions at runtime to enter the removed routines.